home *** CD-ROM | disk | FTP | other *** search
/ DS-CD ROM 2 1993 August / DS CD-ROM 2.Ausgabe (August 1993).iso / geschaef / ds0012 / kopyexe.bat < prev    next >
DOS Batch File  |  1992-06-30  |  2KB  |  43 lines

  1. echo off
  2. cls
  3. echo ╔═══════════════════════════════════════════════════════════════════╗
  4. echo ║ Neue Betaversion CTO HEILPRAXIS übertragen                        ║
  5. echo ╠═══════════════════════════════════════════════════════════════════╣
  6. echo ║ Sie sollten die Anpassung nur mit einer                           ║
  7. echo ║ SICHERUNGSKOPIE durchführen.                                      ║
  8. echo ║ Brechen Sie die Installation sonst mit CTRL C ab !!!              ║
  9. echo ╠═══════════════════════════════════════════════════════════════════╣
  10. echo ║                                                                   ║
  11. echo ║ ACHTUNG:                                                          ║
  12. echo ║ Bitte sichern Sie   z u e r s t   alle Daten, bevor Sie die       ║
  13. echo ║ Anpassung vornehmen !!                                            ║
  14. echo ║                                                                   ║
  15. echo ║ Austausch                             «kopyexe»                   ║
  16. echo ║ von Laufwerk A: auf Festplatte C:                                 ║
  17. echo ║                                                                   ║
  18. echo ║ Optional                              «kopyexe b:»                ║
  19. echo ║ von Laufwerk B: auf Festplatte C:                                 ║
  20. echo ║                                                                   ║
  21. echo ║ ---Taste drücken oder STRG C---                                   ║
  22. echo ╚═══════════════════════════════════════════════════════════════════╝
  23. echo .
  24. pause
  25. if / == %1/  goto stand  
  26. copy b:\hparc.exe c:\hp /v
  27. goto weiter
  28. :stand
  29. copy a:\hparc.exe c:\hp /v
  30. :weiter
  31. c:
  32. cd \hp
  33. del hp.exe
  34. echo ┌──────────────────────────────────────────────────┐
  35. echo │ Bitte warten, CTO HEILPRAXIS wird erstellt       │
  36. echo └──────────────────────────────────────────────────┘
  37. hparc
  38. del hparc.exe
  39. cd\
  40. echo ┌──────────────────────────────────────────────────────────────────────┐
  41. echo │ Aufruf von CTO HEILPRAXIS wie gewohnt mit «HP»                       │
  42. echo └──────────────────────────────────────────────────────────────────────┘
  43. echo on